func flag.newTextValue
3 uses
flag (current package)
flag.go#L301: func newTextValue(val encoding.TextMarshaler, p encoding.TextUnmarshaler) textValue {
flag.go#L964: f.Var(newTextValue(value, p), name, usage)
flag.go#L973: CommandLine.Var(newTextValue(value, p), name, usage)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)